home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Animation
/
Animation Vol.1 (Profi ROM)(1994).iso
/
pool
/
updates
/
symantec
/
rtlinc.exe
/
SHELLAPI.H
< prev
next >
Wrap
C/C++ Source or Header
|
1993-06-28
|
226b
|
11 lines
/* copyright 1993 - Symantec Corporation */
/* wrapper for the two different shellapi.h */
#ifdef __NT__
#pragma pack(__DEFALIGN)
#include <win32\shellapi.h>
#pragma pack()
#else
#include <win16\shellapi.h>
#endif